Don't load help-screen at run time if compiled.
authorRichard M. Stallman <rms@gnu.org>
Mon, 22 Mar 1993 06:59:54 +0000 (06:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 22 Mar 1993 06:59:54 +0000 (06:59 +0000)
lisp/help.el

index fc0056233a3594ab0ab9c5cebbd0ab8560be21f3..68b3f6415931ef806060ec2f243dc3be0cbcf551 100644 (file)
@@ -23,7 +23,9 @@
 
 ;;; Code:
 
-(require 'help-screen)
+;; Get the macro make-help-screen when this is compiled,
+;; or run interpreted, but not when the compiled code is loaded.
+(eval-when-compile (require 'help-screen))
 
 (defvar help-map (make-sparse-keymap)
   "Keymap for characters following the Help key.")